Lua Tutorials

Introducing tutorials for Lua application

  1. An introduction to Lua on FlashAir

    Overview. Guide prerequisites.

  2. Running Lua on your FlashAir!

    Tutorial about how to execute a basic "Hello World" script.

  3. Downloading a file via HTTP

    Tutorial about how to make your FlashAir download any files accessible with HTTP.

  4. Uploading a file with FTP

    Tutorial about how to make your FlashAir upload a file to an FTP server.

  5. Uploading to Facebook

    Tutorial about how to upload to Facebook.

  6. Uploading a file to Dropbox, with OAUTH2

    Tutorial about how to make your FlashAir upload a file to Dropbox with OAUTH2.

  7. WiFi configuration

    Tutorial about using the WiFi device from Lua.

  8. Creating a Web interface with Lua

    Tutorial about how to create a Web interface with Lua.

  9. Uploading to Google Drive with Lua

    Tutorial about how to make your FlashAir upload a file to Google Drive with Lua.

  10. Compile Lua script into bytecode

    Tutorial about how to compiling Lua script into bytecode.